home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmCreateWorkingDialog.z / XmCreateWorkingDialog
Encoding:
Text File  |  2003-11-18  |  2.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeWWWWoooorrrrkkkkiiiinnnnggggDDDDiiiiaaaalllloooogggg((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmCCCCrrrreeeeaaaatttteeeeWWWWoooorrrrkkkkiiiinnnnggggDDDDiiiiaaaalllloooogggg((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_C_r_e_a_t_e_W_o_r_k_i_n_g_D_i_a_l_o_g    - The MessageBox WorkingDialog
  10.       convenience creation function
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       #include <Xm/MessageB.h>
  14.  
  15.       Widget XmCreateWorkingDialog (ppppaaaarrrreeeennnntttt,,,,    nnnnaaaammmmeeee,,,, aaaarrrrgggglllliiiisssstttt,,,, aaaarrrrggggccccoooouuuunnnntttt)
  16.            _W_i_d_g_e_t     ppppaaaarrrreeeennnntttt;
  17.            _S_t_r_i_n_g     nnnnaaaammmmeeee;
  18.            _A_r_g_L_i_s_t     aaaarrrrgggglllliiiisssstttt;
  19.            _C_a_r_d_i_n_a_l     aaaarrrrggggccccoooouuuunnnntttt;
  20.  
  21.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.       _X_m_C_r_e_a_t_e_W_o_r_k_i_n_g_D_i_a_l_o_g    is a convenience creation function
  23.       that creates a DialogShell and an unmanaged MessageBox child
  24.       of the DialogShell.  A WorkingDialog informs users that
  25.       there    is a time-consuming operation in progress and allows
  26.       them to cancel the operation.     It includes a symbol, a
  27.       message, and three buttons.  The default symbol is an
  28.       hourglass.  The default button labels    are _O_K,    _C_a_n_c_e_l,    and
  29.       _H_e_l_p.
  30.  
  31.       Use _X_t_M_a_n_a_g_e_C_h_i_l_d to pop up the WorkingDialog    (passing the
  32.       MessageBox as    the widget parameter); use _X_t_U_n_m_a_n_a_g_e_C_h_i_l_d to
  33.       pop it down.
  34.  
  35.       ppppaaaarrrreeeennnntttt
  36.            Specifies the parent widget ID
  37.  
  38.       nnnnaaaammmmeeee Specifies the name of the created widget
  39.  
  40.       aaaarrrrgggglllliiiisssstttt
  41.            Specifies the argument list
  42.  
  43.       aaaarrrrggggccccoooouuuunnnntttt
  44.            Specifies the number of attribute/value pairs in    the
  45.            argument    list (aaaarrrrgggglllliiiisssstttt)
  46.  
  47.       For a    complete definition of MessageBox and its associated
  48.       resources, see _X_m_M_e_s_s_a_g_e_B_o_x(_3_X).
  49.  
  50.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  51.       Returns the MessageBox widget    ID.
  52.  
  53.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  54.       _X_m_M_e_s_s_a_g_e_B_o_x(_3_X).
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.